home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / petdogs.zip / UNPACK.TXT < prev   
Text File  |  1996-06-26  |  892b  |  37 lines

  1.  
  2. The Adequate Unpacker
  3. by SoftSquid Interactive
  4. http://goldrush.com/~hicks/
  5.  
  6.  
  7. This is a utility for unpacking
  8. the large pak files that Quake
  9. uses to store its data in, like
  10. levels sounds and monsters.
  11.  
  12. The data is stored in the proper directories
  13. and when the pak file is deleted, Quake
  14. uses these unpacked files.
  15.  
  16. Put the unpack.exe in the same directory
  17. as the pak file and type
  18.     unpack filename
  19.  
  20. where filename is the pak file to unpack.
  21. Include the pak extension of the pack file
  22. if you want to unpack the pak file.
  23.  
  24. Then delete the pak file!
  25.  
  26. Feel free to distribute this program.
  27.  
  28. I take no responsibility for anything
  29. this program makes happen to you, your 
  30. loved ones, your computer, or anything 
  31. on it.
  32.  
  33. The Adequate Unpacker was written with
  34. DJGPP in C. You can get DJGPP at 
  35.     http://www.delorie.com/djgpp/
  36.  
  37. Its what was used to write Quake, too.